[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
        Allocate memory (INT 21h, 48h)

        Entry:
          AH = 48h
          BX = number of 16-byte paragraphs desired
        Return:
          CF = 1 if error
                  AX = Error Code
                  BX = Maximum available
          CF = 0 successful
                  AX = segment of allocated memory block

See Also: INT 21h, 49h INT 21h, 4Ah INT 21h, 58h Error codes
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson